home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995 February: Tool Chest / Dev.CD Feb 95 / Dev.CD Feb 95.toast / Tool Chest / Development Tools & Languages / Dylan Related / Dylan alpha demos / Online Insultant src ƒ / READ ME < prev    next >
Encoding:
Text File  |  1994-12-13  |  1004 b   |  31 lines  |  [TEXT/ttxt]

  1. Online-Insultant demonstrates a simple, standalone application 
  2. that does not use the Dylan Application Framework.  Naturally, 
  3. since it doesn't use the framework it has a fairly poor user 
  4. interface.
  5.  
  6. This project also has fun playing around with the
  7. Text-to-Speech capabilities of the Speech Manager
  8. and serves as a demonstration of how to call some of
  9. the Macintosh Toolbox interfaces.  It is perhaps the
  10. smallest Dylan application that does something that
  11. some might consider useful.
  12.  
  13. The information source for the insult generation is
  14. some sentence fragments that are said to come from
  15. Shakespeare.
  16.  
  17. Explanation of files in this folder:
  18.  
  19. Library - library and module definitions.
  20.  
  21. Engine - random number generator and insult generator.
  22.  
  23. Picture - code to put up an insulting alert.
  24.  
  25. Sound - code to call the Speech Manager to read an
  26. insult out loud.
  27.  
  28. Application - the application startup function and code
  29. to bring the application nub to the front so the development
  30. environment doesn't hide it.
  31.